const github.com/andybalholm/brotli.kHashMul64

2 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L53: const kHashMul64 uint64 = 0x1E35A7BD1E35A7BD
		hash_longest_match_quickly.go#L27: 	var hash uint64 = ((binary.LittleEndian.Uint64(data) << (64 - 8*h.hashLen)) * kHashMul64)